C1.LiveLinq.Indexing Namespace > Index<T> Class > GroupJoin Method : GroupJoin<T2,TResult>(IEnumerable<T2>,Func<T2,Object>,Func<IEnumerable<T>,T2,TResult>) Method |
Correlates the items of this indexed collection with the items of another sequence and groups the results by the item of the second sequence.
Implements IIndexScanner(T).GroupJoin
'Declaration
Public Overloads Function GroupJoin (Of T2,TResult)( _ ByVal source As System.Collections.Generic.IEnumerable(Of T2), _ ByVal keySelector As System.Func(Of T2,Object), _ ByVal resultSelector As System.Func(Of IEnumerable(Of T),T2,TResult) _ ) As System.Collections.Generic.IEnumerable(Of TResult)
public System.Collections.Generic.IEnumerable<TResult> GroupJoin<T2,TResult>( System.Collections.Generic.IEnumerable<T2> source, System.Func<T2,object> keySelector, System.Func<IEnumerable<T>,T2,TResult> resultSelector )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2